List work left to do in the filter model unit test
authorKristian Rietveld <kris@gtk.org>
Sat, 5 Sep 2009 14:47:35 +0000 (16:47 +0200)
committerKristian Rietveld <kris@gtk.org>
Sat, 5 Sep 2009 15:15:43 +0000 (17:15 +0200)
gtk/tests/filtermodel.c

index 4a31aa3dddb5dfe023444df33040a3ebf40bc0f6..ab862cea02c9de0fdc33e38e12ec7deb2f372fd1 100644 (file)
 #include <gtk/gtk.h>
 
 
+/* Left to do:
+ *   - Proper coverage checking to see if the unit tests cover
+ *     all possible cases.
+ *   - Verify if the ref counting is done properly for both the
+ *     normal ref_count and the zero_ref_count.  One way to test
+ *     this area is by collapsing/expanding branches on the view
+ *     that is connected to the filter model.
+ *   - Check if the iterator stamp is incremented at the correct times.
+ */
+
+
 /*
  * Model creation
  */